projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3656a
)
arm: rmobile: Do not create a symbolic link to sh timer
author
Masahiro Yamada
<
[email protected]
>
Mon, 11 Nov 2013 05:36:08 +0000
(14:36 +0900)
committer
Tom Rini
<
[email protected]
>
Sun, 17 Nov 2013 19:11:33 +0000
(14:11 -0500)
Signed-off-by: Masahiro Yamada <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
arch/arm/cpu/armv7/rmobile/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/rmobile/Makefile
b/arch/arm/cpu/armv7/rmobile/Makefile
index 8f4cf3a19569718b37a6bf4cfb431aedce7cc69a..5e296c4208729cd10c49c594c354d9bc5ff44ba7 100644
(file)
--- a/
arch/arm/cpu/armv7/rmobile/Makefile
+++ b/
arch/arm/cpu/armv7/rmobile/Makefile
@@
-15,10
+15,4
@@
obj-$(CONFIG_R8A7740) += cpu_info-r8a7740.o
obj-$(CONFIG_R8A7740) += pfc-r8a7740.o
obj-$(CONFIG_SH73A0) += cpu_info-sh73a0.o
obj-$(CONFIG_SH73A0) += pfc-sh73a0.o
-obj-$(CONFIG_TMU_TIMER) += sh_timer.o
-
-SRCS += $(obj)sh_timer.c
-# from arch/sh/lib/ directory
-$(obj)sh_timer.c:
- @rm -f $(obj)sh_timer.c
- ln -s $(SRCTREE)/arch/sh/lib/time.c $(obj)sh_timer.c
+obj-$(CONFIG_TMU_TIMER) += ../../../../sh/lib/time.o